home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Text Processing / rtftohtml 2.5ƒ / pc-gen < prev    next >
Text File  |  1993-09-22  |  3KB  |  244 lines

  1. # RTF PC character set (\pc) general map
  2.  
  3. # Field 1 is the standard character name which the character value in
  4. # field 2 maps onto.  (It doesn't mean "to produce the character in field 1,
  5. # use the value in field 2.)
  6.  
  7. # The character value may be given either as a single character (which will be
  8. # converted to the ASCII value of the character), or in numeric format, either
  9. # in decimal or 0xyy as hex yy.  Single or double quotes may be used to quote
  10. # characters.
  11.  
  12. # characters in ASCII range (32-127)
  13.  
  14. formula        0x06
  15. nobrkhyphen    0x1e
  16. opthyphen    0x1f
  17.  
  18. space        " "
  19. exclam        !
  20. quotedbl    '"'
  21. numbersign    #
  22. dollar        $
  23. percent        %
  24. ampersand    &
  25. quoteright    "'"
  26. parenleft    (
  27. parenright    )
  28. asterisk    *
  29. plus        +
  30. comma        ,
  31. hyphen        -
  32. period        .
  33. slash        /
  34. zero        0
  35. one        1
  36. two        2
  37. three        3
  38. four        4
  39. five        5
  40. six        6
  41. seven        7
  42. eight        8
  43. nine        9
  44. colon        :
  45. semicolon    ;
  46. less        <
  47. equal        =
  48. greater        >
  49. question    ?
  50. at        @
  51. A        A
  52. B        B
  53. C        C
  54. D        D
  55. E        E
  56. F        F
  57. G        G
  58. H        H
  59. I        I
  60. J        J
  61. K        K
  62. L        L
  63. M        M
  64. N        N
  65. O        O
  66. P        P
  67. Q        Q
  68. R        R
  69. S        S
  70. T        T
  71. U        U
  72. V        V
  73. W        W
  74. X        X
  75. Y        Y
  76. Z        Z
  77. bracketleft    [
  78. backslash    \
  79. bracketright    ]
  80. asciicircum    ^
  81. underscore    _
  82. quoteleft    "`"
  83. a        a
  84. b        b
  85. c        c
  86. d        d
  87. e        e
  88. f        f
  89. g        g
  90. h        h
  91. i        i
  92. j        j
  93. k        k
  94. l        l
  95. m        m
  96. n        n
  97. o        o
  98. p        p
  99. q        q
  100. r        r
  101. s        s
  102. t        t
  103. u        u
  104. v        v
  105. w        w
  106. x        x
  107. y        y
  108. z        z
  109. braceleft    {
  110. bar        |
  111. braceright    }
  112. asciitilde    ~
  113.  
  114. # non-ASCII characters (128-255)
  115.  
  116. Ccedilla    0x80
  117. udieresis    0x81
  118. eacute        0x82
  119. acircumflex    0x83
  120. adieresis    0x84
  121. agrave        0x85
  122. aring        0x86
  123. ccedilla    0x87
  124. ecircumflex    0x88
  125. edieresis    0x89
  126. egrave        0x8a
  127. idieresis    0x8b
  128. icircumflex    0x8c
  129. igrave        0x8d
  130. Adieresis    0x8e
  131. Aring        0x8f
  132. Eacute        0x90
  133. ae        0x91
  134. AE        0x92
  135. ocircumflex    0x93
  136. odieresis    0x94
  137. ograve        0x95
  138. ucircumflex    0x96
  139. ugrave        0x97
  140. ydieresis    0x98
  141. Odieresis    0x99
  142. Udieresis    0x9a
  143. cent        0x9b
  144. sterling    0x9c
  145. yen        0x9d
  146. ucircumflex    0x9e
  147. florin        0x9f
  148. aacute        0xa0
  149. iacute        0xa1
  150. oacute        0xa2
  151. uacute        0xa3
  152. ntilde        0xa4
  153. Ntilde        0xa5
  154. ordfeminine    0xa6
  155. ordmasculine    0xa7
  156. questiondown    0xa8
  157. copyright    0xa9
  158. trademark    0xaa
  159. acute        0xab
  160. dieresis    0xac
  161. exclamdown    0xad
  162. guillemotleft    0xae
  163. guillemotright    0xaf
  164. space        0xb0
  165. plusminus    0xb1
  166. lessequal    0xb2
  167. bar        0xb3
  168. yen        0xb4
  169. mu        0xb5
  170. partialdiff    0xb6
  171. Sigma        0xb7
  172. Pi        0xb8
  173. pi        0xb9
  174. integral    0xba
  175. ordfeminine    0xbb
  176. ordmasculine    0xbc
  177. Omega        0xbd
  178. ae        0xbe
  179. logicalnot    0xbf
  180. questiondown    0xc0
  181. exclamdown    0xc1
  182. logicalnot    0xc2
  183. radical        0xc3
  184. emdash        0xc4
  185. approxequal    0xc5
  186. delta        0xc6
  187. guillemotleft    0xc7
  188. guillemotright    0xc8
  189. ellipsis    0xc9
  190. nobrkspace    0xca
  191. Agrave        0xcb
  192. Atilde        0xcc
  193. Otilde        0xcd
  194. OE        0xce
  195. oe        0xcf
  196. endash        0xd0
  197. emdash        0xd1
  198. quotedblleft    0xd2
  199. quotedblright    0xd3
  200. quoteleft    0xd4
  201. quoteright    0xd5
  202. divide        0xd6
  203. lozenge        0xd7
  204. ydieresis    0xd8
  205. Ydieresis    0xd9
  206. fraction    0xda
  207. Ydieresis    0xdb
  208. guilsinglleft    0xdc
  209. greater        0xdd
  210. less        0xde
  211. fl        0xdf
  212. a        0xe0
  213. germandbls    0xe1
  214. quotesinglbase    0xe2
  215. pi        0xe3
  216. Sigma        0xe4
  217. Acircumflex    0xe5
  218. mu        0xe6
  219. Aacute        0xe7
  220. Edieresis    0xe8
  221. Egrave        0xe9
  222. Omega        0xea
  223. partialdiff    0xeb
  224. infinity    0xec
  225. oslash        0xed
  226. e        0xee
  227. Ocircumflex    0xef
  228. equal        0xf0
  229. plusminus    0xf1
  230. greaterequal    0xf2
  231. lessequal    0xf3
  232. integral    0xf4
  233. integral    0xf5
  234. divide        0xf6
  235. approxequal    0xf7
  236. degree        0xf8
  237. bullet        0xf9
  238. bullet        0xfa
  239. radical        0xfb
  240. cedilla        0xfc
  241. hungarumlaut    0xfd
  242. ogonek        0xfe
  243. nobrkspace    0xff
  244.